.index_navigation_menubg{width:700px; height:92px;float: right;}
.index_navigation_page_Menu{width:100%; margin:auto; float: left;}
.index_navigation_page_Menu ul li{ float:left; list-style:none; height:92px; padding:0 23px; position:relative;}
.index_navigation_page_Menu ul li h2{ font-size:14px; color:#000; line-height:92px; font-weight:normal; text-transform:uppercase;}
.index_navigation_page_Menu ul li:hover{background:#c8b174;}
.index_navigation_page_Menu ul li:hover h2{font-size:14px; color:#ffffff; font-weight:normal; line-height:92px;}
.index_navigation_page_Menu ul li a:hover{ text-decoration:none;}
.index_navigation_page_Menu:hover .index_navigation_menu_line:hover{ background:none;}

.nav_dropdown-menu {
    position: absolute;
    visibility: hidden;
    z-index: 200;
    top: 100%;
    left: 0;
    width: 240px;
    opacity: 0;
}
.index_navigation_page_Menu ul li:hover ul.nav_dropdown-menu {
    width: 160px;
    background-color: #fff;
    padding: 0 0 0 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: visible;
    opacity: 1;
}
.index_navigation_page_Menu ul li:hover ul.nav_dropdown-menu li{
	padding: 12px 15px 12px 15px;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #333;
    display: block;
	float:none;
	height:auto;
	width:100%;
}
.index_navigation_page_Menu ul li:hover ul.nav_dropdown-menu li h3{
	font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.index_navigation_page_Menu .index_navigation_search_list{ position:absolute; background:#fff; top:-30px; width:230px; height:28px; border:1px solid #9f9f9d; font-size:15px; text-align:center; z-index:9999}
.index_navigation_Page_Search{width:218px; margin:auto;}
.index_navigation_page_Menu:hover .index_navigation_top_search{ background:none !important;}
#index_navigation_animate{-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: .2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-delay: .2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: 1s;
	-ms-animation-delay: .2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: 1s;
	animation-delay: .2s;
	animation-timing-function: ease;
	animation-fill-mode: both;}